home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip Haziran 1999.iso / program / demolar / infos / lisemat.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  1999-04-26  |  145 b   |  11 lines

  1. on(rollOver){
  2.    tellTarget("/math5")
  3.    {
  4.       play();
  5.       tellTarget("/mathcad5")
  6.       {
  7.          gotoAndPlay(2);
  8.       }
  9.    }
  10. }
  11.